home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 12
/
Mac Magazin and MacEasy Magazine CD - Issue 12.iso
/
Sharewarebibliothek
/
DFÜ
/
Joe's Pager™ (App) 1.55
/
Joe's Pager™ (App)
/
Joe's Pager™ (App).rsrc
/
LENS_132_Archive
< prev
next >
Wrap
Text File
|
1995-01-20
|
1KB
|
57 lines
ItemType: WIND
Rect: 105,86,406,212
Style: Windoid
HasTitleBar: TRUE
HasZoomBox: FALSE
HasCloseBox: TRUE
HasGrowBox: FALSE
MinSize: 100,50
MaxSize: 865,597
Name: Archive
TextFont: Geneva
TextSize: 9
Script: if objValue="Open" then ¬ JBwindOpen wdName¬else if objValue="Close" then ¬ JBwindClose wdName¬end if
Params: i5_Text¬i5_KeyFilter¬i5_LockText¬i7_Hilite
ItemType: PUSH
Rect: 212,87,284,103
Name: Done
DefaultItem: TRUE
CancelItem: TRUE
AutoClose: TRUE
Balloon: Closes the Archive window
ItemType: PUSH
Rect: 208,57,288,73
Name: Purge
Balloon: Removes all messages stored in the Archive
Script: archivePurge wdName
ItemType: PUSH
Rect: 208,36,288,52
Name: Print
Balloon: Prints all messages stored in the Archive
Script: archivePrint wdName
ItemType: PUSH
Rect: 208,15,288,31
Name: Save
Balloon: Saves as a text file the messages stored in the Archive
Script: archiveSave wdName
ItemType: TEXT
Rect: 9,8,194,108
Name: theText
Scrolling: TRUE
Balloon: A display old messages stored in the Archive
ItemType: LINE
Rect: 202,78,295,79
Pen: Gray
ItemType: CHK
Rect: 9,111,53,123
Name: Lock
Hilite: TRUE
Balloon: To select & copy an archived message, first unlock the Archive display using this checkbox lock.
Script: put i7_hilite of window wdName into theLocked¬set i5_lockText of window wdName to theLocked